Slight fix to BIOS e820 bug workaround. Remove the check
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 16 Dec 2005 03:57:27 +0000 (04:57 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 16 Dec 2005 03:57:27 +0000 (04:57 +0100)
commitd42bb1640f7e9301643179f938d5cc21c06d4aed
tree4bc4cd56f0cfe1ba1287d0249c7b4ef33610fa83
parent8bdba001652bfced09bd757c3fde675c7e87981b
Slight fix to BIOS e820 bug workaround. Remove the check
for whether e820 list is below 1MB: all bootloaders place
it below 1MB so teh check is ineffective and, in any case,
SYSLINUX has the same issue as GRUB (does not pre-initialize
the memory area that e820 function writes to).

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/setup.c